projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f18d11
)
(XGCValues): Surround `XFontStruct *font' by "if
author
Kenichi Handa
<handa@m17n.org>
Wed, 14 May 2008 01:03:39 +0000
(
01:03
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 14 May 2008 01:03:39 +0000
(
01:03
+0000)
OLD_FONT" and "endif".
src/w32gui.h
patch
|
blob
|
history
diff --git
a/src/w32gui.h
b/src/w32gui.h
index b0faa3e597d6017ad7e1365573986ca570007caa..f0e07680475bbbdb8316a37648a28ecdb6d46966 100644
(file)
--- a/
src/w32gui.h
+++ b/
src/w32gui.h
@@
-63,7
+63,10
@@
typedef struct _XGCValues
{
COLORREF foreground;
COLORREF background;
+#if OLD_FONT
XFontStruct * font;
+#endif
+ struct font *font;
} XGCValues;
#define GCForeground 0x01